home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / pcbrt201.arc / UPDATES.RAT < prev   
Text File  |  1989-01-11  |  4KB  |  80 lines

  1. PCBRAT Version Information:
  2.  
  3. Version 1.0 (April 10, 1987):
  4.  
  5.    . initial PCBRAT release!
  6.  
  7. Version 1.1 (June 17, 1987):
  8.  
  9.    . added NOLMSG flag to put in the PCBRAT.RAT file because of conflicts
  10.        with MSG that would show up as user accounts taking on certain
  11.        conditions, where their access levels were not lowered, even though
  12.        they should have been.
  13.    . also added the user number information next to the name of the user
  14.        being updated
  15.  
  16. Version 1.2 (October 16, 1987):
  17.  
  18.    . added PCBoard 12.x support and dropped support of PCBoard 10.0 & 11.x
  19.    . added PCBRAT version information in log file
  20.  
  21. Version 1.3 (April 5, 1988):
  22.  
  23.    . added SHARE (network) support to prevent any lost or corrupted data!
  24.    . now lowercase r1, r2, etc. may be used in the .RAT file
  25.    . added legend to PCBRAT.DAT so wrong version of setup file could not
  26.        be used
  27.    . made some beautification changes
  28.    . this version will require that you make a new setup file. Or if you'd
  29.        prefer not to, simply add  PCBRAT 1.30  to the first line of the
  30.        setup file (and push all other lines down one) and put Y or N after
  31.        the very last thing in the file for yes or no to running under a
  32.        SHARE network system
  33.  
  34. Version 1.4 (April 8, 1988):
  35.  
  36.    . I made a very stupid mistake in version 1.3. In the setup procedure,
  37.        I forgot to make PCBRAT write the header to the setup file. Therefore,
  38.        if you didn't manually fix your PCBRAT file (as explained above),
  39.        PCBRAT would tell you that your setup file doesn't have a header.
  40.        This has now been corrected.
  41.  
  42. Version 1.41 (April 11, 1988):
  43.  
  44.    . Corrected Backup bug, where a stack overflow error would occur. This
  45.        problem was a result of the conversion to Turbo Pascal 4.0. I
  46.        ended up with a bit less stack space, and since the routine had not
  47.        been tested, I did not realize that I had to lower the buffer size.
  48.  
  49. Version 1.42 (May 2, 1988):
  50.  
  51.    . Corrected bug that would give run-time error 002 (file not found)
  52.        if you said you did not want a message check in your setup file
  53.        but put certain message parameters in your ratio file anyway.
  54.    . Added a check to make sure that the message file exists (assuming
  55.        you chose to use the message file in processing)
  56.    . Fixed a bug in the file SHAREing code, that accidentally put a
  57.        second lock on the user record instead of removing the original
  58.        lock after updating (in other words, PCBRAT locked the record
  59.        but never unlocked it!)
  60.  
  61. Version 2.0 (October 22, 1988):
  62.  
  63.    . PCBoard 14.0 support, dropped also pre-PCB14 support
  64.    . Added status on number of user's saved by Message Check
  65.    . Changed to version 2.0, to keep consistant with PCBreg.
  66.    . Compiled in Turbo 5.0, now runs faster than before.
  67.    . Now uses true BIOS ReadKey routines, fully CTTY compatible
  68.    . No need for new setup file, all setup files created with
  69.        PCBrat 1.40 and later will work with PCBrat 2.0
  70.  
  71. Version 2.01 (January 7, 1989):
  72.    . Bad subtle error that would only be noticed by the user if he
  73.       had the backup option on and compared the backup file size to
  74.       the original file size. I had forgotten to update the record
  75.       size constant I created from the size of the PCBoard 12 format
  76.       the size of the PCBoard 14 user record format. The constant was
  77.       only used in file sharing (which would mean records being locked
  78.       were only partially locked, which wouldn't make a difference), and
  79.       in size of the backup file created.
  80.